home *** CD-ROM | disk | FTP | other *** search
- ;
- ; DIR subroutine for HOST.HST
- ;
- Writeln " "
- Writeln " Files that can be downloaded"
- Writeln "____________________________________________"
- Writeln " "
-
- DOS "DIR *.* > Dir.Lst"
- Upload Dir.Lst A 3 0 0
- Writeln " "
- Writeln " _ End of List _"
- Return